﻿2026-06-13T11:05:59.1521112Z Current runner version: '2.335.1'
2026-06-13T11:05:59.1526139Z Runner name: 'kitsubito'
2026-06-13T11:05:59.1526697Z Runner group name: 'Default'
2026-06-13T11:05:59.1527402Z Machine name: 'KITSUBITO'
2026-06-13T11:05:59.1529430Z ##[group]GITHUB_TOKEN Permissions
2026-06-13T11:05:59.1531476Z Contents: read
2026-06-13T11:05:59.1531890Z Metadata: read
2026-06-13T11:05:59.1532263Z Packages: read
2026-06-13T11:05:59.1532617Z ##[endgroup]
2026-06-13T11:05:59.1534325Z Secret source: Actions
2026-06-13T11:05:59.1534849Z Prepare workflow directory
2026-06-13T11:05:59.1909852Z Prepare all required actions
2026-06-13T11:05:59.1947406Z Getting action download info
2026-06-13T11:05:59.5606991Z Download action repository 'actions/checkout@v5' (SHA:93cb6efe18208431cddfb8368fd83d5badbf9bfd)
2026-06-13T11:06:00.1126593Z Complete job name: test (self-hosted, Linux, kitsubito)
2026-06-13T11:06:00.2177095Z ##[group]Run actions/checkout@v5
2026-06-13T11:06:00.2177921Z with:
2026-06-13T11:06:00.2178344Z   repository: SaberMage/spt-core
2026-06-13T11:06:00.2182035Z   token: ***
2026-06-13T11:06:00.2182441Z   ssh-strict: true
2026-06-13T11:06:00.2182846Z   ssh-user: git
2026-06-13T11:06:00.2183274Z   persist-credentials: true
2026-06-13T11:06:00.2183728Z   clean: true
2026-06-13T11:06:00.2184133Z   sparse-checkout-cone-mode: true
2026-06-13T11:06:00.2184602Z   fetch-depth: 1
2026-06-13T11:06:00.2185003Z   fetch-tags: false
2026-06-13T11:06:00.2185413Z   show-progress: true
2026-06-13T11:06:00.2185822Z   lfs: false
2026-06-13T11:06:00.2186215Z   submodules: false
2026-06-13T11:06:00.2186643Z   set-safe-directory: true
2026-06-13T11:06:00.2187326Z ##[endgroup]
2026-06-13T11:06:00.3029770Z Syncing repository: SaberMage/spt-core
2026-06-13T11:06:00.3031387Z ##[group]Getting Git version info
2026-06-13T11:06:00.3032193Z Working directory is '/home/reavus/actions-runner/_work/spt-core/spt-core'
2026-06-13T11:06:00.3033219Z [command]/usr/bin/git version
2026-06-13T11:06:00.3033672Z git version 2.43.0
2026-06-13T11:06:00.3035051Z ##[endgroup]
2026-06-13T11:06:00.3042277Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/fad81681-e90f-4afd-9fef-772bf7b65f0a' before making global git config changes
2026-06-13T11:06:00.3043488Z Adding repository directory to the temporary git global config as a safe directory
2026-06-13T11:06:00.3045155Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-06-13T11:06:00.3075764Z [command]/usr/bin/git config --local --get remote.origin.url
2026-06-13T11:06:00.3093641Z https://github.com/SaberMage/spt-core
2026-06-13T11:06:00.3103580Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-13T11:06:00.3105764Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-13T11:06:00.3122816Z HEAD
2026-06-13T11:06:00.3150581Z ##[endgroup]
2026-06-13T11:06:00.3151227Z [command]/usr/bin/git submodule status
2026-06-13T11:06:00.3330878Z ##[group]Cleaning the repository
2026-06-13T11:06:00.3332975Z [command]/usr/bin/git clean -ffdx
2026-06-13T11:06:00.3362021Z Removing traceable-reqs
2026-06-13T11:06:00.3369535Z [command]/usr/bin/git reset --hard HEAD
2026-06-13T11:06:00.3468265Z HEAD is now at 3d7b98a Merge 1588525c4f950730e89bd4f73d1acef2e1c6e6c6 into 77e0fb1bc77f8f2f500c9bdadcd65e158b5d4c11
2026-06-13T11:06:00.3474134Z ##[endgroup]
2026-06-13T11:06:00.3476173Z ##[group]Disabling automatic garbage collection
2026-06-13T11:06:00.3479807Z [command]/usr/bin/git config --local gc.auto 0
2026-06-13T11:06:00.3509160Z ##[endgroup]
2026-06-13T11:06:00.3509970Z ##[group]Setting up auth
2026-06-13T11:06:00.3514610Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-13T11:06:00.3540502Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-13T11:06:00.3737799Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-13T11:06:00.3771956Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-13T11:06:00.3969235Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-13T11:06:00.4001293Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-13T11:06:00.4190805Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-06-13T11:06:00.4225675Z ##[endgroup]
2026-06-13T11:06:00.4226414Z ##[group]Fetching the repository
2026-06-13T11:06:00.4233134Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +3d7b98a8d6bfdc30c6b2bb37c61f7bbd7b95bad5:refs/remotes/pull/9/merge
2026-06-13T11:06:00.8718090Z ##[endgroup]
2026-06-13T11:06:00.8719533Z ##[group]Determining the checkout info
2026-06-13T11:06:00.8720806Z ##[endgroup]
2026-06-13T11:06:00.8721613Z [command]/usr/bin/git sparse-checkout disable
2026-06-13T11:06:00.8763491Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-06-13T11:06:00.8796130Z ##[group]Checking out the ref
2026-06-13T11:06:00.8798888Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/9/merge
2026-06-13T11:06:00.8854722Z HEAD is now at 3d7b98a Merge 1588525c4f950730e89bd4f73d1acef2e1c6e6c6 into 77e0fb1bc77f8f2f500c9bdadcd65e158b5d4c11
2026-06-13T11:06:00.8858618Z ##[endgroup]
2026-06-13T11:06:00.8893910Z [command]/usr/bin/git log -1 --format=%H
2026-06-13T11:06:00.8917119Z 3d7b98a8d6bfdc30c6b2bb37c61f7bbd7b95bad5
2026-06-13T11:06:00.9133530Z ##[group]Run cargo build --workspace --all-targets
2026-06-13T11:06:00.9134889Z [36;1mcargo build --workspace --all-targets[0m
2026-06-13T11:06:00.9151978Z shell: /usr/bin/bash -e {0}
2026-06-13T11:06:00.9152880Z ##[endgroup]
2026-06-13T11:06:01.2377712Z    Compiling proc-macro2 v1.0.106
2026-06-13T11:06:01.2379540Z    Compiling quote v1.0.45
2026-06-13T11:06:01.2380677Z    Compiling unicode-ident v1.0.24
2026-06-13T11:06:01.2381850Z    Compiling libc v0.2.186
2026-06-13T11:06:01.2382942Z    Compiling serde_core v1.0.228
2026-06-13T11:06:01.2384100Z    Compiling serde v1.0.228
2026-06-13T11:06:01.2385186Z    Compiling cfg-if v1.0.4
2026-06-13T11:06:01.2465291Z    Compiling typenum v1.20.1
2026-06-13T11:06:01.2466483Z    Compiling portable-atomic v1.13.1
2026-06-13T11:06:01.2467780Z    Compiling version_check v0.9.5
2026-06-13T11:06:01.2512405Z    Compiling memchr v2.8.1
2026-06-13T11:06:01.2709977Z    Compiling shlex v2.0.1
2026-06-13T11:06:01.2713215Z    Compiling find-msvc-tools v0.1.9
2026-06-13T11:06:01.2761595Z    Compiling critical-section v1.2.0
2026-06-13T11:06:01.2853163Z    Compiling subtle v2.6.1
2026-06-13T11:06:01.3193005Z    Compiling semver v1.0.28
2026-06-13T11:06:01.3232935Z    Compiling smallvec v1.15.1
2026-06-13T11:06:01.4072140Z    Compiling itoa v1.0.18
2026-06-13T11:06:01.5414082Z    Compiling equivalent v1.0.2
2026-06-13T11:06:01.5451706Z    Compiling pin-project-lite v0.2.17
2026-06-13T11:06:01.5579524Z    Compiling cpufeatures v0.2.17
2026-06-13T11:06:01.5982237Z    Compiling hashbrown v0.17.1
2026-06-13T11:06:01.6222287Z    Compiling log v0.4.32
2026-06-13T11:06:01.6223960Z    Compiling bitflags v2.12.1
2026-06-13T11:06:01.6225296Z    Compiling futures-core v0.3.32
2026-06-13T11:06:01.6427850Z    Compiling bytes v1.11.1
2026-06-13T11:06:01.6497054Z    Compiling rand_core v0.10.1
2026-06-13T11:06:01.6533076Z    Compiling getrandom v0.4.2
2026-06-13T11:06:01.6942129Z    Compiling generic-array v0.14.7
2026-06-13T11:06:01.8052857Z    Compiling rustc_version v0.4.1
2026-06-13T11:06:01.8398117Z    Compiling stable_deref_trait v1.2.1
2026-06-13T11:06:01.8622577Z    Compiling futures-io v0.3.32
2026-06-13T11:06:01.8624874Z    Compiling futures-sink v0.3.32
2026-06-13T11:06:01.9151804Z    Compiling slab v0.4.12
2026-06-13T11:06:01.9402017Z    Compiling futures-task v0.3.32
2026-06-13T11:06:01.9671989Z    Compiling zerocopy v0.8.50
2026-06-13T11:06:01.9831977Z    Compiling ahash v0.8.12
2026-06-13T11:06:02.0201954Z    Compiling futures-channel v0.3.32
2026-06-13T11:06:02.0441595Z    Compiling signature v2.2.0
2026-06-13T11:06:02.1243081Z    Compiling vcpkg v0.2.15
2026-06-13T11:06:02.1302474Z    Compiling autocfg v1.5.1
2026-06-13T11:06:02.1375747Z    Compiling zmij v1.0.21
2026-06-13T11:06:02.2152214Z    Compiling curve25519-dalek v4.1.3
2026-06-13T11:06:02.2512570Z    Compiling pkg-config v0.3.33
2026-06-13T11:06:02.2541982Z    Compiling fnv v1.0.7
2026-06-13T11:06:02.2846660Z    Compiling ed25519 v2.2.3
2026-06-13T11:06:02.3876894Z    Compiling serde_json v1.0.150
2026-06-13T11:06:02.5027753Z    Compiling cfg_aliases v0.2.1
2026-06-13T11:06:02.5185961Z    Compiling fastrand v2.4.1
2026-06-13T11:06:02.5414649Z    Compiling indexmap v2.14.0
2026-06-13T11:06:02.6142948Z    Compiling litemap v0.8.2
2026-06-13T11:06:02.6491821Z    Compiling writeable v0.6.3
2026-06-13T11:06:02.8822531Z    Compiling rustversion v1.0.22
2026-06-13T11:06:02.9102373Z    Compiling fallible-streaming-iterator v0.1.9
2026-06-13T11:06:02.9104615Z    Compiling fallible-iterator v0.3.0
2026-06-13T11:06:02.9381955Z    Compiling utf8_iter v1.0.4
2026-06-13T11:06:03.0081798Z    Compiling icu_normalizer_data v2.2.0
2026-06-13T11:06:03.0322236Z    Compiling icu_properties_data v2.2.0
2026-06-13T11:06:03.0691804Z    Compiling dunce v1.0.5
2026-06-13T11:06:03.0982122Z    Compiling fs_extra v1.3.0
2026-06-13T11:06:03.1165604Z    Compiling anyhow v1.0.102
2026-06-13T11:06:03.1361591Z    Compiling syn v2.0.117
2026-06-13T11:06:03.1694238Z    Compiling percent-encoding v2.3.2
2026-06-13T11:06:03.1722017Z    Compiling http v1.4.1
2026-06-13T11:06:03.2501984Z    Compiling jobserver v0.1.34
2026-06-13T11:06:03.3341085Z    Compiling cpufeatures v0.3.0
2026-06-13T11:06:03.3801385Z    Compiling thiserror v2.0.18
2026-06-13T11:06:03.4211408Z    Compiling strsim v0.11.1
2026-06-13T11:06:03.4831279Z    Compiling aws-lc-rs v1.17.0
2026-06-13T11:06:03.5342042Z    Compiling form_urlencoded v1.2.2
2026-06-13T11:06:03.5398077Z    Compiling chacha20 v0.10.0
2026-06-13T11:06:03.5419273Z    Compiling aho-corasick v1.1.4
2026-06-13T11:06:03.5552821Z    Compiling untrusted v0.9.0
2026-06-13T11:06:03.6318550Z    Compiling cc v1.2.63
2026-06-13T11:06:03.7071046Z    Compiling crypto-common v0.1.7
2026-06-13T11:06:03.7256681Z    Compiling block-buffer v0.10.4
2026-06-13T11:06:03.8071061Z    Compiling regex-syntax v0.8.10
2026-06-13T11:06:03.8300636Z    Compiling ident_case v1.0.1
2026-06-13T11:06:03.8430961Z    Compiling unicode-segmentation v1.13.3
2026-06-13T11:06:03.8781025Z    Compiling digest v0.10.7
2026-06-13T11:06:03.9214579Z    Compiling rustls v0.23.40
2026-06-13T11:06:03.9392637Z    Compiling scopeguard v1.2.0
2026-06-13T11:06:03.9431868Z    Compiling rustix v1.1.4
2026-06-13T11:06:04.1095739Z    Compiling getrandom v0.2.17
2026-06-13T11:06:04.1098289Z    Compiling socket2 v0.6.4
2026-06-13T11:06:04.1416426Z    Compiling mio v1.2.1
2026-06-13T11:06:04.1952362Z    Compiling sha2 v0.10.9
2026-06-13T11:06:04.2001267Z    Compiling lock_api v0.4.14
2026-06-13T11:06:04.2867669Z    Compiling rand_core v0.6.4
2026-06-13T11:06:04.4611375Z    Compiling rand v0.10.1
2026-06-13T11:06:04.4871873Z    Compiling convert_case v0.10.0
2026-06-13T11:06:04.4934731Z    Compiling unicode-xid v0.2.6
2026-06-13T11:06:04.4991284Z    Compiling const-oid v0.10.2
2026-06-13T11:06:04.5031149Z    Compiling atomic-waker v1.1.2
2026-06-13T11:06:04.6120637Z    Compiling linux-raw-sys v0.12.1
2026-06-13T11:06:04.6570588Z    Compiling httparse v1.10.1
2026-06-13T11:06:04.7251342Z    Compiling http-body v1.0.1
2026-06-13T11:06:04.8344252Z    Compiling num-traits v0.2.19
2026-06-13T11:06:04.8499073Z    Compiling hybrid-array v0.4.12
2026-06-13T11:06:04.9336607Z    Compiling heck v0.5.0
2026-06-13T11:06:04.9450856Z    Compiling base64ct v1.8.3
2026-06-13T11:06:04.9641240Z    Compiling powerfmt v0.2.0
2026-06-13T11:06:05.0432261Z    Compiling paste v1.0.15
2026-06-13T11:06:05.0740496Z    Compiling cmake v0.1.58
2026-06-13T11:06:05.2288460Z    Compiling deranged v0.5.8
2026-06-13T11:06:05.3699320Z    Compiling pem-rfc7468 v1.0.0
2026-06-13T11:06:05.3821305Z    Compiling memoffset v0.6.5
2026-06-13T11:06:05.3921537Z    Compiling try-lock v0.2.5
2026-06-13T11:06:05.4372895Z    Compiling tinyvec_macros v0.1.1
2026-06-13T11:06:05.4722830Z    Compiling parking_lot_core v0.9.12
2026-06-13T11:06:05.4911265Z    Compiling data-encoding v2.11.0
2026-06-13T11:06:05.5041096Z    Compiling num-conv v0.2.2
2026-06-13T11:06:05.5391237Z    Compiling base64 v0.22.1
2026-06-13T11:06:05.5540702Z    Compiling time-core v0.1.8
2026-06-13T11:06:05.5950430Z    Compiling thiserror v1.0.69
2026-06-13T11:06:05.6822358Z    Compiling tower-service v0.3.3
2026-06-13T11:06:05.7319666Z    Compiling crypto-common v0.2.2
2026-06-13T11:06:05.7440841Z    Compiling block-buffer v0.12.0
2026-06-13T11:06:05.8090877Z    Compiling want v0.3.1
2026-06-13T11:06:05.8670890Z    Compiling tinyvec v1.11.0
2026-06-13T11:06:05.9925114Z    Compiling vergen-lib v9.1.0
2026-06-13T11:06:06.0652955Z    Compiling serial-core v0.4.0
2026-06-13T11:06:06.0792749Z    Compiling termios v0.2.2
2026-06-13T11:06:06.1450689Z    Compiling libsqlite3-sys v0.30.1
2026-06-13T11:06:06.2297194Z    Compiling aws-lc-sys v0.41.0
2026-06-13T11:06:06.3220649Z    Compiling ring v0.17.14
2026-06-13T11:06:06.3960720Z    Compiling ioctl-rs v0.1.6
2026-06-13T11:06:06.4330773Z    Compiling inout v0.1.4
2026-06-13T11:06:06.5100937Z    Compiling n0-future v0.3.2
2026-06-13T11:06:06.6015133Z    Compiling cordyceps v0.3.4
2026-06-13T11:06:06.6829150Z    Compiling regex-automata v0.4.14
2026-06-13T11:06:06.7960428Z    Compiling crossbeam-utils v0.8.21
2026-06-13T11:06:06.8621288Z    Compiling httpdate v1.0.3
2026-06-13T11:06:06.9435575Z    Compiling diatomic-waker v0.2.3
2026-06-13T11:06:07.0015531Z    Compiling ref-cast v1.0.25
2026-06-13T11:06:07.0491330Z    Compiling parking v2.2.1
2026-06-13T11:06:07.1260844Z    Compiling winnow v1.0.3
2026-06-13T11:06:07.1500221Z    Compiling spin v0.10.0
2026-06-13T11:06:07.2332129Z    Compiling futures-lite v2.6.1
2026-06-13T11:06:07.2731780Z    Compiling futures-buffered v0.2.13
2026-06-13T11:06:07.2895120Z    Compiling netlink-packet-core v0.8.1
2026-06-13T11:06:07.3020953Z    Compiling cipher v0.4.4
2026-06-13T11:06:07.3980883Z    Compiling digest v0.11.3
2026-06-13T11:06:07.5180890Z    Compiling serial-unix v0.4.0
2026-06-13T11:06:07.6630782Z    Compiling vergen-lib v0.1.6
2026-06-13T11:06:07.6951454Z    Compiling vergen v9.1.0
2026-06-13T11:06:07.7428359Z    Compiling universal-hash v0.5.1
2026-06-13T11:06:07.7589855Z    Compiling noq-udp v0.10.0
2026-06-13T11:06:07.7760677Z    Compiling heapless v0.7.17
2026-06-13T11:06:07.8380899Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-06-13T11:06:07.8891039Z    Compiling sync_wrapper v1.0.2
2026-06-13T11:06:07.8974459Z    Compiling either v1.16.0
2026-06-13T11:06:08.0231287Z    Compiling byteorder v1.5.0
2026-06-13T11:06:08.0438046Z    Compiling winnow v0.7.15
2026-06-13T11:06:08.0546099Z    Compiling toml_write v0.1.2
2026-06-13T11:06:08.1260644Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-06-13T11:06:08.1630555Z    Compiling pin-utils v0.1.0
2026-06-13T11:06:08.1870810Z    Compiling bitflags v1.3.2
2026-06-13T11:06:08.2047736Z    Compiling opaque-debug v0.3.1
2026-06-13T11:06:08.2340567Z    Compiling nix v0.25.1
2026-06-13T11:06:08.2440812Z    Compiling hash32 v0.2.1
2026-06-13T11:06:08.2660804Z    Compiling polyval v0.6.2
2026-06-13T11:06:08.3750084Z    Compiling parking_lot v0.12.5
2026-06-13T11:06:08.4334442Z    Compiling serial v0.4.0
2026-06-13T11:06:08.4606674Z    Compiling spin v0.9.8
2026-06-13T11:06:08.4700417Z    Compiling vergen-gitcl v1.0.8
2026-06-13T11:06:08.5456902Z    Compiling signature v3.0.0
2026-06-13T11:06:08.5794861Z    Compiling shell-words v1.1.1
2026-06-13T11:06:08.6231013Z    Compiling num_threads v0.1.7
2026-06-13T11:06:08.6911255Z    Compiling downcast-rs v1.2.1
2026-06-13T11:06:08.7318473Z    Compiling dyn-clone v1.0.20
2026-06-13T11:06:08.7922355Z    Compiling tower-layer v0.3.3
2026-06-13T11:06:08.8035988Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-06-13T11:06:08.8637776Z    Compiling time v0.3.47
2026-06-13T11:06:08.9330186Z    Compiling ghash v0.5.1
2026-06-13T11:06:08.9990258Z    Compiling sha2 v0.11.0-rc.5
2026-06-13T11:06:09.0100941Z    Compiling ctr v0.9.2
2026-06-13T11:06:09.0161382Z    Compiling aes v0.8.4
2026-06-13T11:06:09.0580470Z    Compiling http-body-util v0.1.3
2026-06-13T11:06:09.1023305Z    Compiling aead v0.5.2
2026-06-13T11:06:09.1340970Z    Compiling synstructure v0.13.2
2026-06-13T11:06:09.1561040Z    Compiling darling_core v0.20.11
2026-06-13T11:06:09.2171016Z    Compiling serde_derive_internals v0.29.1
2026-06-13T11:06:09.3538776Z    Compiling openssl-probe v0.2.1
2026-06-13T11:06:09.5010671Z    Compiling crossbeam-channel v0.5.15
2026-06-13T11:06:09.5881071Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-06-13T11:06:09.9271583Z    Compiling regex v1.12.3
2026-06-13T11:06:09.9992669Z    Compiling aes-gcm v0.10.3
2026-06-13T11:06:10.0160676Z    Compiling crossbeam-epoch v0.9.18
2026-06-13T11:06:10.2490852Z    Compiling netlink-packet-route v0.29.0
2026-06-13T11:06:10.2831146Z    Compiling blake3 v1.8.5
2026-06-13T11:06:10.4531830Z    Compiling proc-macro-crate v3.5.0
2026-06-13T11:06:10.5121097Z    Compiling uuid v1.23.2
2026-06-13T11:06:10.6206228Z    Compiling netwatch v0.16.0
2026-06-13T11:06:10.6513516Z    Compiling noq v0.18.0
2026-06-13T11:06:10.8180552Z    Compiling acto v0.8.2
2026-06-13T11:06:10.8586998Z    Compiling tagptr v0.2.0
2026-06-13T11:06:10.8932042Z    Compiling foldhash v0.2.0
2026-06-13T11:06:10.9940532Z    Compiling mac-addr v0.3.0
2026-06-13T11:06:11.0216794Z    Compiling sorted-index-buffer v0.2.1
2026-06-13T11:06:11.0361441Z    Compiling xml-rs v0.8.28
2026-06-13T11:06:11.0611227Z    Compiling lru-slab v0.1.2
2026-06-13T11:06:11.1031020Z    Compiling rustc-hash v2.1.2
2026-06-13T11:06:11.1226712Z    Compiling allocator-api2 v0.2.21
2026-06-13T11:06:11.1530817Z    Compiling ryu v1.0.23
2026-06-13T11:06:11.1806445Z    Compiling identity-hash v0.1.0
2026-06-13T11:06:11.2360561Z    Compiling netlink-packet-route v0.30.0
2026-06-13T11:06:11.2711342Z    Compiling simple-dns v0.9.3
2026-06-13T11:06:11.3831659Z    Compiling resolv-conf v0.7.6
2026-06-13T11:06:11.4251170Z    Compiling serde_derive v1.0.228
2026-06-13T11:06:11.4358930Z    Compiling zeroize_derive v1.4.3
2026-06-13T11:06:11.5432718Z    Compiling curve25519-dalek-derive v0.1.1
2026-06-13T11:06:11.8458313Z    Compiling tokio-macros v2.7.0
2026-06-13T11:06:11.9933212Z    Compiling futures-macro v0.3.32
2026-06-13T11:06:12.0540593Z    Compiling zerofrom-derive v0.1.7
2026-06-13T11:06:12.0900024Z    Compiling zeroize v1.8.2
2026-06-13T11:06:12.1981155Z    Compiling yoke-derive v0.8.2
2026-06-13T11:06:12.2841704Z    Compiling zerovec-derive v0.11.3
2026-06-13T11:06:12.6551456Z    Compiling displaydoc v0.2.6
2026-06-13T11:06:12.7110959Z    Compiling tokio v1.52.3
2026-06-13T11:06:12.9190713Z    Compiling tracing-attributes v0.1.31
2026-06-13T11:06:13.1160544Z    Compiling rustls-pki-types v1.14.1
2026-06-13T11:06:13.1500599Z    Compiling futures-util v0.3.32
2026-06-13T11:06:13.5611846Z    Compiling thiserror-impl v2.0.18
2026-06-13T11:06:13.7520735Z    Compiling zerofrom v0.1.8
2026-06-13T11:06:13.8660614Z    Compiling ed25519-dalek v2.2.0
2026-06-13T11:06:13.8823833Z    Compiling yoke v0.8.3
2026-06-13T11:06:13.9770809Z    Compiling darling_macro v0.20.11
2026-06-13T11:06:14.0682294Z    Compiling zerotrie v0.2.4
2026-06-13T11:06:14.1826365Z    Compiling zerovec v0.11.6
2026-06-13T11:06:14.3013765Z    Compiling spt-proto v0.4.2 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-proto)
2026-06-13T11:06:14.4017500Z    Compiling darling v0.20.11
2026-06-13T11:06:14.4520962Z    Compiling derive_more-impl v2.1.1
2026-06-13T11:06:14.4667812Z    Compiling derive_builder_core v0.20.2
2026-06-13T11:06:14.4831384Z    Compiling n0-error-macros v0.1.3
2026-06-13T11:06:14.5641389Z    Compiling spez v0.1.2
2026-06-13T11:06:14.8620858Z    Compiling der v0.8.0-rc.10
2026-06-13T11:06:15.0170195Z    Compiling tinystr v0.8.3
2026-06-13T11:06:15.0430629Z    Compiling potential_utf v0.1.5
2026-06-13T11:06:15.2070180Z    Compiling icu_collections v2.2.0
2026-06-13T11:06:15.2750171Z    Compiling icu_locale_core v2.2.0
2026-06-13T11:06:15.6720653Z    Compiling thiserror-impl v1.0.69
2026-06-13T11:06:15.7911017Z    Compiling n0-error v0.1.3
2026-06-13T11:06:15.9428409Z    Compiling derive_builder_macro v0.20.2
2026-06-13T11:06:16.1155539Z    Compiling pin-project-internal v1.1.13
2026-06-13T11:06:16.1162397Z    Compiling ref-cast-impl v1.0.25
2026-06-13T11:06:16.1980086Z    Compiling schemars_derive v1.2.1
2026-06-13T11:06:16.3650521Z    Compiling derive_builder v0.20.2
2026-06-13T11:06:16.4950580Z    Compiling icu_provider v2.2.0
2026-06-13T11:06:16.7921253Z    Compiling spki v0.8.0-rc.4
2026-06-13T11:06:16.9460499Z    Compiling icu_normalizer v2.2.0
2026-06-13T11:06:17.0841393Z    Compiling icu_properties v2.2.0
2026-06-13T11:06:17.1110673Z    Compiling ipnet v2.12.0
2026-06-13T11:06:17.2170594Z    Compiling serde_spanned v0.6.9
2026-06-13T11:06:17.2300745Z    Compiling toml_datetime v0.6.11
2026-06-13T11:06:17.3710853Z    Compiling pkcs8 v0.11.0-rc.10
2026-06-13T11:06:17.5268885Z    Compiling filedescriptor v0.8.3
2026-06-13T11:06:17.5457045Z    Compiling prefix-trie v0.8.4
2026-06-13T11:06:17.5644715Z    Compiling toml_edit v0.22.27
2026-06-13T11:06:17.7430439Z    Compiling pin-project v1.1.13
2026-06-13T11:06:17.8102837Z    Compiling once_cell v1.21.4
2026-06-13T11:06:17.8316628Z    Compiling futures-executor v0.3.32
2026-06-13T11:06:17.9108413Z    Compiling portable-pty v0.8.1
2026-06-13T11:06:17.9119911Z    Compiling ed25519 v3.0.0-rc.4
2026-06-13T11:06:18.0971378Z    Compiling tracing-core v0.1.36
2026-06-13T11:06:18.2450928Z    Compiling hashbrown v0.14.5
2026-06-13T11:06:18.2790562Z    Compiling tempfile v3.27.0
2026-06-13T11:06:18.3771208Z    Compiling futures v0.3.32
2026-06-13T11:06:18.5169723Z    Compiling schemars v1.2.1
2026-06-13T11:06:19.0312474Z    Compiling hashlink v0.9.1
2026-06-13T11:06:19.0715388Z    Compiling tracing v0.1.44
2026-06-13T11:06:19.0881347Z    Compiling idna_adapter v1.2.2
2026-06-13T11:06:19.1019653Z    Compiling tokio-util v0.7.18
2026-06-13T11:06:19.1610737Z    Compiling netlink-sys v0.8.8
2026-06-13T11:06:19.2002563Z    Compiling idna v1.1.0
2026-06-13T11:06:19.2620473Z    Compiling cobs v0.3.0
2026-06-13T11:06:19.3004182Z    Compiling data-encoding-macro-internal v0.1.18
2026-06-13T11:06:19.4511368Z    Compiling rusqlite v0.32.1
2026-06-13T11:06:19.4684213Z    Compiling postcard-derive v0.2.2
2026-06-13T11:06:19.5301408Z    Compiling tower v0.5.3
2026-06-13T11:06:19.7134359Z    Compiling derive_more v2.1.1
2026-06-13T11:06:19.7970683Z    Compiling url v2.5.8
2026-06-13T11:06:19.9480859Z    Compiling data-encoding-macro v0.1.20
2026-06-13T11:06:20.0392899Z    Compiling rustls-native-certs v0.8.4
2026-06-13T11:06:20.1355644Z    Compiling h2 v0.4.14
2026-06-13T11:06:20.1730762Z    Compiling postcard v1.1.3
2026-06-13T11:06:20.3090907Z    Compiling toml v0.8.23
2026-06-13T11:06:20.4010892Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-06-13T11:06:20.5229171Z    Compiling enum-assoc v1.3.0
2026-06-13T11:06:20.6570817Z    Compiling iroh-metrics-derive v0.4.1
2026-06-13T11:06:20.7820775Z    Compiling hickory-proto v0.26.0-beta.4
2026-06-13T11:06:20.8440771Z    Compiling async-trait v0.1.89
2026-06-13T11:06:20.9430969Z    Compiling spt-store v0.4.2 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-store)
2026-06-13T11:06:21.0561565Z    Compiling strum_macros v0.28.0
2026-06-13T11:06:21.1910658Z    Compiling num_enum_derive v0.7.6
2026-06-13T11:06:21.2800761Z    Compiling iroh-metrics v0.38.3
2026-06-13T11:06:21.4181095Z    Compiling iroh-base v0.98.0
2026-06-13T11:06:21.4735424Z    Compiling attohttpc v0.30.1
2026-06-13T11:06:21.5071016Z    Compiling tower-http v0.6.11
2026-06-13T11:06:21.6388633Z    Compiling iroh-relay v0.98.0
2026-06-13T11:06:21.7032046Z    Compiling n0-watcher v0.6.1
2026-06-13T11:06:21.9400616Z    Compiling tokio-stream v0.1.18
2026-06-13T11:06:22.0782779Z    Compiling netlink-proto v0.12.0
2026-06-13T11:06:22.1121103Z    Compiling netdev v0.42.0
2026-06-13T11:06:22.2201018Z    Compiling moka v0.12.15
2026-06-13T11:06:22.3640809Z    Compiling xmltree v0.10.3
2026-06-13T11:06:22.4131239Z    Compiling hashbrown v0.16.1
2026-06-13T11:06:22.4290418Z    Compiling num_enum v0.7.6
2026-06-13T11:06:22.5614232Z    Compiling constant_time_eq v0.4.2
2026-06-13T11:06:22.6399415Z    Compiling sha1_smol v1.0.1
2026-06-13T11:06:22.6590745Z    Compiling smol_str v0.1.24
2026-06-13T11:06:22.7300896Z    Compiling arrayref v0.3.9
2026-06-13T11:06:22.7781666Z    Compiling simdutf8 v0.1.5
2026-06-13T11:06:22.8010605Z    Compiling arrayvec v0.7.6
2026-06-13T11:06:22.9532755Z    Compiling webpki-roots v1.0.7
2026-06-13T11:06:23.0846432Z    Compiling serde_bytes v0.11.19
2026-06-13T11:06:23.1680979Z    Compiling hmac v0.12.1
2026-06-13T11:06:23.2854055Z    Compiling lru v0.16.4
2026-06-13T11:06:23.3703685Z    Compiling seize v0.5.1
2026-06-13T11:06:23.4298293Z    Compiling iroh v0.98.2
2026-06-13T11:06:23.4791486Z    Compiling cmov v0.5.4
2026-06-13T11:06:23.5131369Z    Compiling hkdf v0.12.4
2026-06-13T11:06:23.5657532Z    Compiling backon v1.6.0
2026-06-13T11:06:23.6000943Z    Compiling sha1 v0.10.6
2026-06-13T11:06:23.6136727Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-06-13T11:06:23.6840441Z    Compiling papaya v0.2.4
2026-06-13T11:06:23.6853360Z    Compiling spake2 v0.4.0
2026-06-13T11:06:23.7381600Z    Compiling doctest-file v1.1.1
2026-06-13T11:06:23.7980826Z    Compiling ctutils v0.4.2
2026-06-13T11:06:23.9050747Z    Compiling utf8parse v0.2.2
2026-06-13T11:06:23.9181731Z    Compiling anstyle-query v1.1.5
2026-06-13T11:06:23.9291730Z    Compiling colorchoice v1.0.5
2026-06-13T11:06:23.9330870Z    Compiling is_terminal_polyfill v1.70.2
2026-06-13T11:06:24.0047760Z    Compiling anstyle-parse v1.0.0
2026-06-13T11:06:24.0113943Z    Compiling anstyle v1.0.14
2026-06-13T11:06:24.0191146Z    Compiling terminal_size v0.4.4
2026-06-13T11:06:24.0441017Z    Compiling clap_lex v1.1.0
2026-06-13T11:06:24.1071416Z    Compiling spt-msg v0.4.2 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-msg)
2026-06-13T11:06:24.1261182Z    Compiling clap_derive v4.6.1
2026-06-13T11:06:24.1620897Z    Compiling iana-time-zone v0.1.65
2026-06-13T11:06:24.1811886Z    Compiling qrcode v0.14.1
2026-06-13T11:06:24.2871088Z    Compiling interprocess v2.4.2
2026-06-13T11:06:24.3502042Z    Compiling anstream v1.0.0
2026-06-13T11:06:24.3735351Z    Compiling chrono v0.4.45
2026-06-13T11:06:24.4056050Z    Compiling strum v0.28.0
2026-06-13T11:06:24.5260820Z    Compiling spt-term v0.4.2 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-term)
2026-06-13T11:06:24.5411637Z    Compiling spt-runtime v0.4.2 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-runtime)
2026-06-13T11:06:24.7840579Z    Compiling iroh-dns v0.98.0
2026-06-13T11:06:25.1521379Z    Compiling clap_builder v4.6.0
2026-06-13T11:06:25.4253716Z    Compiling mock-adapter v0.4.2 (/home/reavus/actions-runner/_work/spt-core/spt-core/adapters/mock)
2026-06-13T11:06:26.3079803Z    Compiling hyper v1.10.1
2026-06-13T11:06:27.4415026Z    Compiling spt-live v0.4.2 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-live)
2026-06-13T11:06:28.2321881Z    Compiling clap v4.6.1
2026-06-13T11:06:28.2596868Z    Compiling hyper-util v0.1.20
2026-06-13T11:06:30.5740828Z    Compiling igd-next v0.17.1
2026-06-13T11:06:31.8836719Z    Compiling portmapper v0.16.0
2026-06-13T11:06:36.9622865Z    Compiling rustls-webpki v0.103.13
2026-06-13T11:06:39.5378071Z    Compiling tokio-rustls v0.26.4
2026-06-13T11:06:39.5380969Z    Compiling noq-proto v0.17.0
2026-06-13T11:06:39.5381390Z    Compiling rustls-platform-verifier v0.7.0
2026-06-13T11:06:39.6853771Z    Compiling hyper-rustls v0.27.9
2026-06-13T11:06:39.6854654Z    Compiling hickory-net v0.26.0-beta.4
2026-06-13T11:06:39.6855293Z    Compiling tokio-websockets v0.13.2
2026-06-13T11:06:39.8309934Z    Compiling reqwest v0.13.4
2026-06-13T11:06:40.8376573Z    Compiling hickory-resolver v0.26.0-beta.4
2026-06-13T11:06:56.4423153Z    Compiling spt-net v0.4.2 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-net)
2026-06-13T11:06:57.9634773Z    Compiling spt-daemon v0.4.2 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-daemon)
2026-06-13T11:07:05.9975042Z    Compiling spt v0.4.2 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt)
2026-06-13T11:07:11.2211733Z    Compiling xtask v0.4.2 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/xtask)
2026-06-13T11:07:38.6211836Z     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 37s
2026-06-13T11:07:39.4575035Z ##[group]Run cargo test --workspace
2026-06-13T11:07:39.4579877Z [36;1mcargo test --workspace[0m
2026-06-13T11:07:39.4685942Z shell: /usr/bin/bash -e {0}
2026-06-13T11:07:39.4688136Z ##[endgroup]
2026-06-13T11:07:40.1843378Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.67s
2026-06-13T11:07:40.3154944Z      Running unittests src/main.rs (target/debug/deps/mock_session-8e46e5a08cf9ddb3)
2026-06-13T11:07:40.3155396Z 
2026-06-13T11:07:40.3155841Z      Running unittests src/shell.rs (target/debug/deps/mock_shell-e1297c936c580308)
2026-06-13T11:07:40.3161199Z running 0 tests
2026-06-13T11:07:40.3161758Z      Running tests/manifest_valid.rs (target/debug/deps/manifest_valid-1dacd23bf833b1ec)
2026-06-13T11:07:40.3162531Z      Running unittests src/main.rs (target/debug/deps/spt-3f13af436cf0124e)
2026-06-13T11:07:40.3162951Z 
2026-06-13T11:07:40.3163322Z test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-13T11:07:40.3163868Z 
2026-06-13T11:07:40.3163900Z 
2026-06-13T11:07:40.3164004Z running 0 tests
2026-06-13T11:07:40.3164168Z 
2026-06-13T11:07:40.3164427Z test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-13T11:07:40.3164865Z 
2026-06-13T11:07:40.3164894Z 
2026-06-13T11:07:40.3165007Z running 3 tests
2026-06-13T11:07:40.3165270Z test mock_has_no_claude_code_conventions ... ok
2026-06-13T11:07:40.3165751Z test mock_declares_commune_signoff_as_filedrops ... ok
2026-06-13T11:07:40.3166109Z test mock_manifest_parses_and_validates ... ok
2026-06-13T11:07:40.3166396Z 
2026-06-13T11:07:40.3166677Z test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-13T11:07:40.3167013Z 
2026-06-13T11:07:40.3167037Z 
2026-06-13T11:07:40.3167216Z running 119 tests
2026-06-13T11:07:40.3175271Z test api::auth::tests::mints_distinct_nonempty_tokens ... ok
2026-06-13T11:07:40.3175825Z test api::delivery::tests::inject_all_pty_falls_back_to_hook ... ok
2026-06-13T11:07:40.3176369Z test api::delivery::tests::inject_resolution_drops_pty_defaults_hook ... ok
2026-06-13T11:07:40.3176892Z test api::auth::tests::missing_endpoint_is_no_endpoint ... ok
2026-06-13T11:07:40.3177356Z test api::reporting::tests::capability_lists_hostable_types ... ok
2026-06-13T11:07:40.3177871Z test api::reporting::tests::env_aliases_resolved_from_manifest ... ok
2026-06-13T11:07:40.3178397Z test api::reporting::tests::filedrops_are_fixed_named_files ... ok
2026-06-13T11:07:40.3178869Z test api::auth::tests::no_proof_is_refused ... ok
2026-06-13T11:07:40.3179402Z test api::auth::tests::session_id_proof_authenticates ... ok
2026-06-13T11:07:40.3179852Z test api::auth::tests::token_proof_authenticates ... ok
2026-06-13T11:07:40.3180331Z test api::auth::tests::wrong_token_and_wrong_session_refused ... ok
2026-06-13T11:07:40.3181003Z test api::delivery::tests::echo_gate_explicit_toggle ... ok
2026-06-13T11:07:40.3181806Z test api::delivery::tests::idle_busy_transitions_manage_sentinels ... ok
2026-06-13T11:07:40.3182295Z test api::delivery::tests::idle_no_gate_does_not_arm_gate ... ok
2026-06-13T11:07:40.3182724Z test api::startup::tests::bind_with_type_establishes_a_gateway_endpoint ... ok
2026-06-13T11:07:40.3359911Z test api::delivery::tests::poll_drains_non_deferred_by_default ... ok
2026-06-13T11:07:40.4161594Z test api::reporting::tests::boundary_missing_perch_refused ... ok
2026-06-13T11:07:40.4165427Z test api::reporting::tests::boundary_injects_deferred_shell_context ... ok
2026-06-13T11:07:40.4415256Z test api::reporting::tests::boundary_rebinds_keeping_anchor ... ok
2026-06-13T11:07:40.5549930Z test api::reporting::tests::boundary_resurfaces_undismissed_notifs ... ok
2026-06-13T11:07:40.5551458Z test api::reporting::tests::driven_by_reads_daemon_marker ... ok
2026-06-13T11:07:40.5562037Z test api::tests::adapter_is_required ... ok
2026-06-13T11:07:40.5562541Z test api::reporting::tests::hint_once_per_session_one_per_message ... ok
2026-06-13T11:07:40.5565510Z test api::reporting::tests::history_log_appends ... ok
2026-06-13T11:07:40.5566048Z test api::reporting::tests::presence_records_endpoint ... ok
2026-06-13T11:07:40.5570045Z test api::tests::state_value_is_validated ... ok
2026-06-13T11:07:40.5573250Z test api::reporting::tests::session_end_erase_refused_with_live_children ... ok
2026-06-13T11:07:40.5590630Z test api::tests::surface_parses ... ok
2026-06-13T11:07:40.5814755Z test api::reporting::tests::session_end_erase_wipes_childless_perch ... ok
2026-06-13T11:07:40.6056394Z test api::reporting::tests::session_end_soft_preserves_state ... ok
2026-06-13T11:07:40.6091804Z test cli::tests::access_subcommands_parse ... ok
2026-06-13T11:07:40.6147944Z test api::startup::tests::bind_assigns_home_and_revive_preserves_it ... ok
2026-06-13T11:07:40.6848535Z test api::delivery::tests::poll_drain_holds_deferred_while_resting_and_releases_once_on_wake ... ok
2026-06-13T11:07:40.6878392Z test cli::tests::adapter_subcommands_parse ... ok
2026-06-13T11:07:40.6907732Z test api::startup::tests::empty_session_seed_refused ... ok
2026-06-13T11:07:40.6908451Z test cli::tests::connection_lines_net_less_hides_stale_heartbeat ... ok
2026-06-13T11:07:40.6910689Z test cli::tests::create_existing_name_is_usage_error ... ok
2026-06-13T11:07:40.6912549Z test cli::tests::create_new_existing_name_is_usage_error ... ok
2026-06-13T11:07:40.6975852Z test api::startup::tests::live_perch_under_other_session_conflicts ... ok
2026-06-13T11:07:40.6977719Z test cli::tests::create_not_elevated_refuses_without_saving ... ok
2026-06-13T11:07:40.7029330Z test cli::tests::create_new_mints_shows_and_requests_save ... ok
2026-06-13T11:07:40.7030080Z test cli::tests::daemon_offline_hint_only_when_down ... ok
2026-06-13T11:07:40.7033472Z test api::startup::tests::missing_seed_refused ... ok
2026-06-13T11:07:40.7049120Z test cli::tests::digest_flag_defaults ... ok
2026-06-13T11:07:40.7049797Z test cli::tests::empty_store_no_flag_guides_to_pair_or_create ... ok
2026-06-13T11:07:40.7069211Z test cli::tests::daemon_subcommands_parse ... ok
2026-06-13T11:07:40.7075309Z test cli::tests::create_prints_joining_material_when_elevated ... ok
2026-06-13T11:07:40.7086583Z test cli::tests::endpoint_role_parses ... ok
2026-06-13T11:07:40.7087175Z test cli::tests::escalation_choice_parses_fail_closed ... ok
2026-06-13T11:07:40.7151259Z test cli::tests::endpoint_subcommands_parse ... ok
2026-06-13T11:07:40.7189270Z test cli::tests::grant_subcommands_parse ... ok
2026-06-13T11:07:40.7223465Z test cli::tests::help_groups_cover_every_command ... ok
2026-06-13T11:07:40.7289261Z test api::startup::tests::post_spawn_bind_establishes_perch ... ok
2026-06-13T11:07:40.7294452Z test cli::tests::hot_path_flat_and_moved_verbs_gone ... ok
2026-06-13T11:07:40.7305622Z test cli::tests::how_to_topics_cover_ready_and_send ... ok
2026-06-13T11:07:40.7306066Z test cli::tests::invalid_usage_errors ... ok
2026-06-13T11:07:40.7306844Z test cli::tests::join_gate_refuses_without_confirmed_elevation ... ok
2026-06-13T11:07:40.7308480Z test cli::tests::node_level_label_names_an_endpointless_peer ... ok
2026-06-13T11:07:40.7309337Z test cli::tests::node_rows_disambiguate_only_on_label_collision ... ok
2026-06-13T11:07:40.7310539Z test cli::tests::node_status_rows_settle_cheap_signals_probe_only_stale ... ok
2026-06-13T11:07:40.7312977Z test cli::tests::not_elevated_refuses_without_leaking_code_or_saving ... ok
2026-06-13T11:07:40.7316101Z test cli::tests::notify_subnet_resolution_home_default ... ok
2026-06-13T11:07:40.7344652Z test cli::tests::notify_surface_parses ... ok
2026-06-13T11:07:40.7345281Z test cli::tests::origin_set_and_asset_urls_latest_and_tag ... ok
2026-06-13T11:07:40.7405694Z test cli::tests::multi_subnet_refuses_without_flag_then_resolves_with_it ... ok
2026-06-13T11:07:40.7419872Z test cli::tests::pair_namespace_is_gone ... ok
2026-06-13T11:07:40.7421165Z test cli::tests::pending_message_renders_semver_or_counter_fallback_and_never_claims_applied ... ok
2026-06-13T11:07:40.7585418Z test api::startup::tests::rebind_same_session_ok ... ok
2026-06-13T11:07:40.7646100Z test api::startup::tests::stale_seed_with_dead_anchor_refused ... ok
2026-06-13T11:07:40.7709352Z test api::startup::tests::valid_seed_binds_live_perch ... ok
2026-06-13T11:07:40.7710019Z test cli::tests::prune_candidates_resolve_never_guess ... ok
2026-06-13T11:07:40.7718359Z test api::tests::load_manifest_resolves_composite_adapter_option ... ok
2026-06-13T11:07:40.7720700Z test cli::tests::ring_timeout_defaults ... ok
2026-06-13T11:07:40.7726001Z test api::worker::tests::cascade_guard_tracks_live_children ... ok
2026-06-13T11:07:40.7730081Z test cli::tests::send_target_optional_with_reply_to ... ok
2026-06-13T11:07:40.7734463Z test api::worker::tests::guard_clears_only_when_all_children_stopped ... ok
2026-06-13T11:07:40.7740827Z test cli::tests::send_user_msg_flag_parses ... ok
2026-06-13T11:07:40.8221839Z test cli::tests::run_bounded_yields_value_or_timeout_default ... ok
2026-06-13T11:07:40.8503533Z test api::worker::tests::worker_poll_drains_spool ... ok
2026-06-13T11:07:40.8955856Z test api::worker::tests::worker_poll_holds_deferred_while_resting ... ok
2026-06-13T11:07:40.8958512Z test api::worker::tests::worker_start_nests_under_parent ... ok
2026-06-13T11:07:40.9151724Z test cli::tests::probe_all_timeout_settles_false_without_stalling_batch ... ok
2026-06-13T11:07:40.9201139Z test cli::tests::shell_subcommands_parse ... ok
2026-06-13T11:07:40.9322490Z test cli::tests::show_code_prints_reprovisioning_material ... ok
2026-06-13T11:07:40.9595636Z test cli::tests::probe_all_runs_concurrently_in_input_order ... ok
2026-06-13T11:07:40.9694300Z test cli::tests::single_subnet_auto_selects_and_code_matches_seed ... ok
2026-06-13T11:07:40.9728879Z test cli::tests::subcommands_parse ... ok
2026-06-13T11:07:40.9811520Z test cli::tests::subnet_arg_shapes_parse ... ok
2026-06-13T11:07:40.9814950Z test cli::tests::subnet_status_renders_rows_and_hints_never_secrets ... ok
2026-06-13T11:07:40.9815756Z test cli::tests::subnets_joined_banner_renders_rows_and_divider ... ok
2026-06-13T11:07:40.9816594Z test cli::tests::trust_mutation_gate_refuses_without_confirmed_elevation ... ok
2026-06-13T11:07:40.9819223Z test cli::tests::unknown_elevation_falls_back ... ok
2026-06-13T11:07:40.9821920Z test cli::tests::unknown_named_subnet_is_usage_error ... ok
2026-06-13T11:07:40.9822521Z test elevation::tests::admin_terminal_style_has_no_command_prefix ... ok
2026-06-13T11:07:40.9823177Z test elevation::tests::auto_elevate_only_when_unix_interactive_and_unelevated ... ok
2026-06-13T11:07:40.9824712Z test elevation::tests::current_returns_a_determinate_level_on_supported_platforms ... ok
2026-06-13T11:07:40.9825205Z test elevation::tests::fallback_message_names_authenticator_app_and_subnet ... ok
2026-06-13T11:07:40.9825638Z test elevation::tests::gate_shows_only_when_confirmed_elevated ... ok
2026-06-13T11:07:40.9826054Z test elevation::tests::sudo_rerun_shell_quotes_spaced_args ... ok
2026-06-13T11:07:40.9826878Z test elevation::tests::sudo_rerun_uses_absolute_path_not_bare_name ... ok
2026-06-13T11:07:40.9831926Z test wansend::tests::load_snapshots_degrades_on_junk ... ok
2026-06-13T11:07:40.9833009Z test wansend::tests::refusals_render_copy_paste_targets ... ok
2026-06-13T11:07:41.2453211Z test cli::tests::probe_all_cap_batches_into_windows ... ok
2026-06-13T11:07:50.9771213Z test cli::tests::shell_spawn_gates_on_the_registered_set ... ok
2026-06-13T11:07:50.9792720Z test cli::tests::adapter_string_verbs ... ok
2026-06-13T11:07:50.9796840Z test cli::tests::apply_user_msg_gate_local_origination ... ok
2026-06-13T11:07:51.1595140Z test cli::tests::endpoint_role_overwrite_is_the_sole_writer ... ok
2026-06-13T11:07:51.6314810Z test cli::tests::fork_forks_homes_and_deletes_exactly_the_source ... ok
2026-06-13T11:08:06.7369629Z test cli::tests::owner_shutdown_gated_by_can_shutdown_grant ... ok
2026-06-13T11:08:06.8842714Z test cli::tests::shell_channels_relay_sensory_and_text_file ... ok
2026-06-13T11:08:06.8873074Z test cli::tests::shell_owner_exclusivity_negatives ... ok
2026-06-13T11:08:06.8895710Z test cli::tests::shell_relink_relaunches_offline_instances_only ... ok
2026-06-13T11:08:06.9766061Z test cli::tests::shell_spawn_approval_floor_gates ... ok
2026-06-13T11:08:06.9839652Z test cli::tests::shell_spawn_cap_and_over_cap_gates ... ok
2026-06-13T11:08:06.9859432Z test cli::tests::adapter_profile_verbs_local_only ... ok
2026-06-13T11:08:06.9890300Z test cli::tests::shell_spawn_profiled_option_resolves_and_shares_cap ... ok
2026-06-13T11:08:06.9894496Z test cli::tests::shutdown_soft_stops_and_suspends ... ok
2026-06-13T11:08:07.1959540Z test wansend::tests::remote_rest_suspends_and_wakes_with_the_deferred_gate ... ok
2026-06-13T11:08:07.2968129Z test wansend::tests::wan_send_ships_to_the_resolved_node ... ok
2026-06-13T11:08:07.2969975Z 
2026-06-13T11:08:07.2970447Z test result: ok. 119 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 27.07s
2026-06-13T11:08:07.2970958Z 
2026-06-13T11:08:07.3011906Z      Running tests/brain_respawn_rename.rs (target/debug/deps/brain_respawn_rename-c57e276385a58943)
2026-06-13T11:08:07.3037981Z 
2026-06-13T11:08:07.3038243Z running 1 test
2026-06-13T11:08:15.7057573Z BRAIN_UP: connected to broker spt-daemon-broker-7102aa0b33765600.sock (pid 1832651, generation 0, start-reason cold)
2026-06-13T11:08:24.3858489Z BRAIN_NET_CONSUMERS_UP: net enabled (node acca78ce6bc92b9fc3499c7779ff748394abdf6b22a79597fd51012a817fa9e7) — dispatcher + peer pump started
2026-06-13T11:08:24.3859315Z PUMP_IPC_READER: spawned
2026-06-13T11:08:32.5069302Z BRAIN_EXIT: brain child exited (signal: 9 (SIGKILL)) — respawning
2026-06-13T11:08:32.5069802Z BRAIN_RESTART: supervised respawn in 4s
2026-06-13T11:08:36.5168181Z BRAIN_UP: connected to broker spt-daemon-broker-7102aa0b33765600.sock (pid 1832687, generation 1, start-reason crash)
2026-06-13T11:08:44.7791744Z test brain_respawns_onto_applied_bytes_after_in_place_rename ... ok
2026-06-13T11:08:44.7792222Z 
2026-06-13T11:08:44.7792556Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 37.48s
2026-06-13T11:08:44.7792927Z 
2026-06-13T11:08:44.7795868Z      Running tests/brain_split.rs (target/debug/deps/brain_split-e001531229bd94fe)
2026-06-13T11:08:44.7813222Z 
2026-06-13T11:08:44.7813581Z running 2 tests
2026-06-13T11:08:44.8222913Z BRAIN_UP: connected to broker BRAIN_UP: connected to broker spt-daemon-broker-eb3bd64d9eea804f.sockspt-daemon-broker-8da65c413615e4a6.sock (pid  (pid 18327161832717, generation , generation 00, start-reason , start-reason coldcold)
2026-06-13T11:08:44.8224550Z )
2026-06-13T11:08:53.2188630Z BRAIN_EXIT: brain child exited (BRAIN_EXIT: brain child exited (signal: signal: 99 (SIGKILL) (SIGKILL)) — respawning
2026-06-13T11:08:53.2189536Z ) — respawning
2026-06-13T11:08:53.2190156Z BRAIN_RESTART: supervised respawn in BRAIN_RESTART: supervised respawn in 44s
2026-06-13T11:08:53.2190751Z s
2026-06-13T11:08:57.2276554Z BRAIN_UP: connected to broker BRAIN_UP: connected to broker spt-daemon-broker-eb3bd64d9eea804f.sockspt-daemon-broker-8da65c413615e4a6.sock (pid  (pid 18328861832887, generation , generation 11, start-reason , start-reason crashcrash)
2026-06-13T11:08:57.2278326Z )
2026-06-13T11:09:05.4882598Z test broker_survives_brain_kill_and_respawns_it ... ok
2026-06-13T11:09:05.4917184Z test seed_anchor_survives_brain_cycle ... ok
2026-06-13T11:09:05.4917523Z 
2026-06-13T11:09:05.4917828Z test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 20.71s
2026-06-13T11:09:05.4918665Z 
2026-06-13T11:09:05.4920371Z      Running tests/brain_survive.rs (target/debug/deps/brain_survive-f93a87eb85e3f693)
2026-06-13T11:09:05.4980937Z 
2026-06-13T11:09:05.4981281Z running 1 test
2026-06-13T11:09:22.3252671Z BRAIN_UP: connected to broker spt-daemon-broker-3b4842802605f60a.sock (pid 1833238, generation 0, start-reason cold)
2026-06-13T11:09:22.3254669Z BRAIN_RESUMED: re-attached 1 session(s): [1]
2026-06-13T11:09:30.5301868Z BRAIN_UP: connected to broker spt-daemon-broker-3b4842802605f60a.sock (pid 1833247, generation 1, start-reason update)
2026-06-13T11:09:30.5304369Z BRAIN_RESUMED: re-attached 1 session(s): [1]
2026-06-13T11:09:38.8478736Z test pty_and_quic_survive_brain_process_restart_onto_swapped_binary ... ok
2026-06-13T11:09:38.8480067Z 
2026-06-13T11:09:38.8480435Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 33.35s
2026-06-13T11:09:38.8480807Z 
2026-06-13T11:09:38.8510006Z      Running tests/contract_e2e.rs (target/debug/deps/contract_e2e-c58f5a5cd8bdec65)
2026-06-13T11:09:38.8552414Z 
2026-06-13T11:09:38.8552676Z running 4 tests
2026-06-13T11:09:39.2252479Z test cold_api_call_autostarts_daemon_and_handoff_is_in_memory ... ok
2026-06-13T11:09:39.2428390Z SEEDED:1833262
2026-06-13T11:09:39.7423473Z test live_agent_lifecycle_e2e ... ok
2026-06-13T11:09:39.8435508Z test mock_adapter_drives_the_full_contract ... ok
2026-06-13T11:09:39.8836613Z SEEDED:1833262
2026-06-13T11:09:40.1734662Z test seed_then_listen_binds_and_relays ... ok
2026-06-13T11:09:40.1734957Z 
2026-06-13T11:09:40.1735273Z test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.32s
2026-06-13T11:09:40.1735583Z 
2026-06-13T11:09:40.1741110Z      Running tests/gateway_e2e.rs (target/debug/deps/gateway_e2e-131cc2f87a88d464)
2026-06-13T11:09:40.1783203Z 
2026-06-13T11:09:40.1783776Z running 1 test
2026-06-13T11:09:40.2988444Z BOUND:ordinary-agent token=1033465ceeefc984b713578571388dd6
2026-06-13T11:09:40.3362631Z test gateway_binds_and_is_the_user_backed_origin ... ok
2026-06-13T11:09:40.3362932Z 
2026-06-13T11:09:40.3363183Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.16s
2026-06-13T11:09:40.3363470Z 
2026-06-13T11:09:40.3367990Z      Running tests/n1_compat.rs (target/debug/deps/n1_compat-95c8a1330a7b53f2)
2026-06-13T11:09:40.3392756Z 
2026-06-13T11:09:40.3392902Z running 1 test
2026-06-13T11:09:41.5470539Z test brain_accepts_old_and_new_broker_argv ... ok
2026-06-13T11:09:41.5470913Z 
2026-06-13T11:09:41.5471301Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.21s
2026-06-13T11:09:41.5471734Z 
2026-06-13T11:09:41.5473274Z      Running tests/n1_pairing.rs (target/debug/deps/n1_pairing-be36ffbaf1f85fb1)
2026-06-13T11:09:41.5486006Z 
2026-06-13T11:09:41.5486129Z running 1 test
2026-06-13T11:09:41.5488255Z test new_brain_serves_against_old_broker ... ok
2026-06-13T11:09:41.5488561Z 
2026-06-13T11:09:41.5488847Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-13T11:09:41.5489360Z 
2026-06-13T11:09:41.5490058Z      Running tests/notify_shell_e2e.rs (target/debug/deps/notify_shell_e2e-8925db7efb701324)
2026-06-13T11:09:41.5531983Z 
2026-06-13T11:09:41.5532265Z running 1 test
2026-06-13T11:09:41.5534425Z test notify_shell_renders_a_commanded_toast ... ok
2026-06-13T11:09:41.5536058Z 
2026-06-13T11:09:41.5536477Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-13T11:09:41.5536941Z 
2026-06-13T11:09:41.5539102Z      Running tests/oneliner_e2e.rs (target/debug/deps/oneliner_e2e-24d25e84069eeb85)
2026-06-13T11:09:41.5563912Z 
2026-06-13T11:09:41.5564127Z running 1 test
2026-06-13T11:09:41.5566073Z test install_script_against_staged_release ... ok
2026-06-13T11:09:41.5566395Z 
2026-06-13T11:09:41.5566699Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-13T11:09:41.5567552Z 
2026-06-13T11:09:41.5567867Z      Running tests/quickstart_e2e.rs (target/debug/deps/quickstart_e2e-2279b32cb85bde88)
2026-06-13T11:09:41.5576432Z 
2026-06-13T11:09:41.5576699Z running 1 test
2026-06-13T11:09:41.9228532Z test published_messaging_quickstart_runs_as_written ... ok
2026-06-13T11:09:41.9228913Z 
2026-06-13T11:09:41.9229351Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.37s
2026-06-13T11:09:41.9229744Z 
2026-06-13T11:09:41.9231894Z      Running tests/release_verify_e2e.rs (target/debug/deps/release_verify_e2e-e8974f5d51852b6b)
2026-06-13T11:09:41.9263070Z 
2026-06-13T11:09:41.9263371Z running 1 test
2026-06-13T11:09:41.9265727Z test published_release_verifies_against_embedded_anchor ... ok
2026-06-13T11:09:41.9266108Z 
2026-06-13T11:09:41.9266461Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-13T11:09:41.9266824Z 
2026-06-13T11:09:41.9267220Z      Running tests/shell_e2e.rs (target/debug/deps/shell_e2e-404406289cd1fe54)
2026-06-13T11:09:41.9311019Z 
2026-06-13T11:09:41.9311285Z running 1 test
2026-06-13T11:09:42.1938683Z test mock_shell_binary_drives_the_full_link ... ok
2026-06-13T11:09:42.1939016Z 
2026-06-13T11:09:42.1939312Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.26s
2026-06-13T11:09:42.1939612Z 
2026-06-13T11:09:42.1943761Z      Running tests/shell_sleepwake_e2e.rs (target/debug/deps/shell_sleepwake_e2e-73ca6e2ff6226590)
2026-06-13T11:09:42.1956464Z 
2026-06-13T11:09:42.1956636Z running 1 test
2026-06-13T11:09:43.1651631Z test sleep_wake_cycle_drives_from_both_ends ... ok
2026-06-13T11:09:43.1652091Z 
2026-06-13T11:09:43.1652467Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.97s
2026-06-13T11:09:43.1652895Z 
2026-06-13T11:09:43.1659368Z      Running unittests src/lib.rs (target/debug/deps/spt_daemon-cf7e3b4f9feefcc2)
2026-06-13T11:09:43.1694308Z 
2026-06-13T11:09:43.1694816Z running 284 tests
2026-06-13T11:09:43.1730930Z test adapter_update::tests::delegated_attested_delegates_command ... ok
2026-06-13T11:09:43.1750191Z test adapter_update::tests::delegated_unattested_is_skipped ... ok
2026-06-13T11:09:43.1770140Z test adapter_update::tests::file_pull_without_payload_is_skipped ... ok
2026-06-13T11:09:43.1780132Z test access::tests::reply_passes_where_unsolicited_refused ... ok
2026-06-13T11:09:43.1781129Z test brainproc::tests::appended_padding_flips_exe_hash ... ok
2026-06-13T11:09:43.1782020Z test brainproc::tests::backoff_doubles_on_fast_death_resets_when_healthy ... ok
2026-06-13T11:09:43.1782992Z test brainproc::tests::brain_child_args_carry_generation_and_reason ... ok
2026-06-13T11:09:43.1785048Z test brainproc::tests::bytes_gate_truth_table ... ok
2026-06-13T11:09:43.1785936Z test adapter_update::tests::ripple_registered_uses_the_registered_set ... ok
2026-06-13T11:09:43.1786853Z test brainproc::tests::consumer_gate_spawns_once_when_net_enabled ... ok
2026-06-13T11:09:43.1787659Z test access::tests::gate_decision_table ... ok
2026-06-13T11:09:43.1788431Z test applyhost::tests::brain_restart_verb_raises_the_supervisor_signal ... ok
2026-06-13T11:09:43.1789434Z test brainproc::tests::ready_exe_hash_parses_and_is_n1_readable ... ok
2026-06-13T11:09:43.1792060Z test brainproc::tests::planned_restart_respawns_with_update_reason ... ok
2026-06-13T11:09:43.1792975Z test brainproc::tests::ready_generation_parses_stamp_and_fails_safe ... ok
2026-06-13T11:09:43.1793881Z test brainproc::tests::ready_but_wrong_bytes_rolls_back_never_promotes ... ok
2026-06-13T11:09:43.1794765Z test access::tests::same_node_always_passes_without_minting ... ok
2026-06-13T11:09:43.1795657Z test brainproc::tests::rollback_running_version_is_prior_not_n_minus_one ... ok
2026-06-13T11:09:43.1796660Z test brainproc::tests::select_brain_exe_prefers_canonical_over_per_spawn_current_exe ... ok
2026-06-13T11:09:43.1797746Z test applyhost::tests::apply_staged_without_broker_hosted_sessions_swaps_binary ... FAILED
2026-06-13T11:09:43.1799183Z test brainproc::tests::ready_generation_at_reads_file_and_absent_is_none ... ok
2026-06-13T11:09:43.1800084Z test brainproc::tests::start_reason_arg_round_trips_and_is_lenient ... ok
2026-06-13T11:09:43.1801047Z test brainproc::tests::rolled_back_record_spawns_rollback_binary_on_a_fresh_supervisor ... ok
2026-06-13T11:09:43.1803640Z test adapter_update::tests::file_pull_wrong_key_rejected ... ok
2026-06-13T11:09:43.1805321Z test adapter_update::tests::file_pull_tampered_bytes_rejected ... ok
2026-06-13T11:09:43.1807299Z test adapter_update::tests::ripple_conducts_each_adapter_in_order ... ok
2026-06-13T11:09:43.1808297Z test broker::tests::delivered_cursor_advances_only_on_ok_and_is_monotonic ... ok
2026-06-13T11:09:43.1809327Z test broker::tests::sessions_reply_resume_seq_defaults_when_absent ... ok
2026-06-13T11:09:43.1810897Z test adapter_update::tests::file_pull_verified_against_adapter_key ... ok
2026-06-13T11:09:43.1811656Z test codec::tests::back_to_back_frames_decode_independently ... ok
2026-06-13T11:09:43.1812461Z test codec::tests::frame_round_trips_through_buffer ... ok
2026-06-13T11:09:43.1813610Z test codec::tests::oversized_prefix_rejected ... ok
2026-06-13T11:09:43.1816191Z test config::tests::crash_grace_is_config_driven ... ok
2026-06-13T11:09:43.1816891Z test config::tests::auto_suspend_knob_is_opt_in_default_off ... ok
2026-06-13T11:09:43.1819707Z test config::tests::detached_subnets_knob_defaults_empty ... ok
2026-06-13T11:09:43.1820346Z test config::tests::full_auto_update_is_gated_by_default ... ok
2026-06-13T11:09:43.1822550Z test config::tests::missing_file_is_default ... ok
2026-06-13T11:09:43.1823040Z test config::tests::malformed_file_degrades_to_default ... ok
2026-06-13T11:09:43.1824355Z test config::tests::pulse_period_is_config_driven ... ok
2026-06-13T11:09:43.1839080Z test config::tests::relay_choice_is_config_driven ... ok
2026-06-13T11:09:43.1839673Z test config::tests::save_load_roundtrip ... ok
2026-06-13T11:09:43.1840188Z test consent::tests::decide_honors_full_auto_flag ... ok
2026-06-13T11:09:43.1841218Z test consent::tests::no_live_session_resolves_to_none ... ok
2026-06-13T11:09:43.1842098Z test applyhost::tests::apply_staged_refuses_a_quarantined_version ... ok
2026-06-13T11:09:43.1843751Z test daemon::tests::net_retry_backoff_doubles_then_caps ... ok
2026-06-13T11:09:43.1844682Z test deadline::tests::advance_after_fire_steps_one_grid_normally_and_collapses_a_stall ... ok
2026-06-13T11:09:43.1845667Z test consent::tests::resolves_most_recently_active_live_session ... ok
2026-06-13T11:09:43.1846879Z test applyhost::tests::apply_staged_refuses_platform_blind_or_mismatched_single ... ok
2026-06-13T11:09:43.1896157Z test applyhost::tests::apply_staged_update_set_refuses_broker_touching_payloads ... ok
2026-06-13T11:09:43.1897990Z test brainproc::tests::ready_with_matching_bytes_promotes ... ok
2026-06-13T11:09:43.1898825Z test deadline::tests::next_fire_between_grid_points_rounds_up ... ok
2026-06-13T11:09:43.1899718Z test deadline::tests::next_fire_long_jump_collapses_missed_ticks_to_one ... ok
2026-06-13T11:09:43.1900609Z test deadline::tests::next_fire_on_grid_returns_now_and_advances_strictly ... ok
2026-06-13T11:09:43.1901568Z test deadline::tests::next_fire_saturates_when_now_precedes_anchor ... ok
2026-06-13T11:09:43.1902547Z test deadline::tests::one_shot_fires_at_or_after_target_and_never_resets ... ok
2026-06-13T11:09:43.1903419Z test daemon::tests::is_running_tracks_the_seed_channel ... ok
2026-06-13T11:09:43.1904236Z test deadline::tests::zero_interval_degrades_to_config_default ... ok
2026-06-13T11:09:43.1904794Z test deadline::tests::update_with_no_file_falls_back_fresh ... ok
2026-06-13T11:09:43.1905614Z test deadline::tests::corrupt_file_degrades_to_fresh ... ok
2026-06-13T11:09:43.1911436Z test deadline::tests::distinct_keys_do_not_cross_clobber ... ok
2026-06-13T11:09:43.1911924Z test deadline::tests::update_keeps_anchor_and_refreshes_interval ... ok
2026-06-13T11:09:43.1914495Z test deelevate::tests::plan_spawn_deelevates_only_with_a_target ... ok
2026-06-13T11:09:43.1915406Z test deelevate::tests::sudo_invoker_derivation_is_strict ... ok
2026-06-13T11:09:43.1916058Z test deelevate::tests::env_overlay_keeps_explicit_spt_home_alive ... ok
2026-06-13T11:09:43.1916728Z test deadline::tests::cold_and_crash_write_fresh_anchor_at_now ... ok
2026-06-13T11:09:43.1940666Z test applyhost::tests::apply_staged_update_set_selects_local_platform_artifact ... ok
2026-06-13T11:09:43.1941572Z test deelevate::tests::election_resolves_real_users_never_root ... ok
2026-06-13T11:09:43.1942521Z test digest::tests::active_turn_growth_is_a_tail_delta ... ok
2026-06-13T11:09:43.1943761Z test digest::tests::persistence_off_surfaces_nothing ... ok
2026-06-13T11:09:43.1944710Z test digest::tests::from_manifest_feeds_and_snapshots ... ok
2026-06-13T11:09:43.1945523Z test digest::tests::applying_deltas_reconstructs_snapshot ... ok
2026-06-13T11:09:43.1946561Z test applyhost::tests::apply_staged_gates_fail_closed_with_the_seat_untouched ... ok
2026-06-13T11:09:43.1947599Z test digest::tests::persistence_reports_each_completed_turn_once ... ok
2026-06-13T11:09:43.1948323Z test digesthub::tests::publish_then_snapshot_reads_latest ... ok
2026-06-13T11:09:43.1948928Z test digesthub::tests::render_is_glanceable ... ok
2026-06-13T11:09:43.1949719Z test digesthub::tests::subscribe_returns_current_base ... ok
2026-06-13T11:09:43.1950715Z test digesthub::tests::subscriber_receives_changes_then_is_pruned ... ok
2026-06-13T11:09:43.1951560Z test dispatch::tests::unknown_shapes_refuse_classification ... ok
2026-06-13T11:09:43.1952566Z test applyhost::tests::apply_staged_swaps_binary_and_hands_off_without_touching_the_endpoint ... ok
2026-06-13T11:09:43.1953382Z test dispatch::tests::classifies_every_family_by_first_line_shape ... ok
2026-06-13T11:09:43.1954112Z test frame::tests::envelope_with_unknown_trailing_field_decodes_on_older_peer ... ok
2026-06-13T11:09:43.1954727Z test frame::tests::handshake_accepts_newer_brain_on_older_broker ... ok
2026-06-13T11:09:43.1955132Z test frame::tests::handshake_rejects_below_floor ... ok
2026-06-13T11:09:43.1955452Z test frame::tests::handshake_rejects_role_mismatch ... ok
2026-06-13T11:09:43.1955797Z test frame::tests::unknown_kind_is_not_a_decode_error ... ok
2026-06-13T11:09:43.1956112Z test grants::tests::escalation_answers_apply ... ok
2026-06-13T11:09:43.1956450Z test grants::tests::escalation_ask_body_roundtrip ... ok
2026-06-13T11:09:43.1957856Z test digest::tests::unchanged_feed_emits_no_delta ... ok
2026-06-13T11:09:43.1958340Z test grants::tests::no_session_escalates_with_none_target ... ok
2026-06-13T11:09:43.1959183Z test grants::tests::preconsent_flags_author_grants ... ok
2026-06-13T11:09:43.1960547Z test grants::tests::reserved_capabilities_refuse_even_when_granted ... ok
2026-06-13T11:09:43.1961008Z test grants::tests::ungranted_escalates_granted_allows ... ok
2026-06-13T11:09:43.1967668Z test digest::tests::window_slide_resends_from_zero ... ok
2026-06-13T11:09:43.1969276Z test digest::tests::tool_sprint_is_structured_in_the_turn ... ok
2026-06-13T11:09:43.2051524Z test effect::tests::applied_set_survives_reopen ... ok
2026-06-13T11:09:43.2083830Z test effect::tests::second_apply_for_same_key_is_deduped ... ok
2026-06-13T11:09:43.2084501Z test effect::tests::open_creates_missing_parent_dirs ... ok
2026-06-13T11:09:43.2117489Z test effect::tests::failed_effect_is_not_recorded_applied ... ok
2026-06-13T11:09:43.3215614Z test effect::tests::gauntlet_is_exactly_once_across_brain_crashes ... ok
2026-06-13T11:09:43.3427026Z test grants::tests::escalation_notif_fires_to_most_recent_and_roundtrips ... ok
2026-06-13T11:09:43.3723631Z test brainproc::tests::clear_before_spawn_defeats_exact_generation_stale_file ... ok
2026-06-13T11:09:43.3816658Z test brainproc::tests::trial_kills_alive_never_ready_candidate_before_rollback ... ok
2026-06-13T11:09:43.3914652Z test brainproc::tests::trial_promotes_on_ready_then_supervises_the_accepted_binary ... ok
2026-06-13T11:09:43.3957384Z test lifecycle::tests::crash_signoff_spares_recovered_self ... ok
2026-06-13T11:09:43.4486309Z test lifecycle::tests::crash_signoff_tears_down_when_still_gone ... ok
2026-06-13T11:09:43.4487070Z test machineid::tests::hash_is_domain_separated_and_stable ... ok
2026-06-13T11:09:43.4712761Z test lifecycle::tests::daemon_hosted_psyche_liveness_is_status_not_pid ... ok
2026-06-13T11:09:43.4713280Z test msg::tests::bytes_round_trip_through_payload ... ok
2026-06-13T11:09:43.4714187Z test msg::tests::net_frames_round_trip_and_tolerate_unknown_fields ... ok
2026-06-13T11:09:43.4714946Z test msg::tests::output_envelope_round_trips ... ok
2026-06-13T11:09:43.4715690Z test msg::tests::presence_event_round_trips_and_tolerates_future_kind ... ok
2026-06-13T11:09:43.4716805Z test msg::tests::spawn_req_tolerates_unknown_field ... ok
2026-06-13T11:09:43.4929831Z test lifecycle::tests::harness_owner_gone_anchors_on_parent_pid ... ok
2026-06-13T11:09:43.4977346Z test nethost::tests::host_binds_endpoint_to_node_identity ... ok
2026-06-13T11:09:43.5245871Z test nethost::tests::two_hosts_dial_over_loopback ... ok
2026-06-13T11:09:43.5452535Z test lifecycle::tests::orphan_watch_fires_on_dead_owner ... ok
2026-06-13T11:09:43.5670291Z test lifecycle::tests::orphan_watch_honors_stop_for_live_owner ... ok
2026-06-13T11:09:43.5893033Z test brainproc::tests::stale_generation_minus_one_ready_never_promotes ... ok
2026-06-13T11:09:43.6120531Z test brainproc::tests::supervisor_respawns_brain_until_stopped ... ok
2026-06-13T11:09:43.6121316Z test brainproc::tests::supervisor_owns_generation_and_stamps_start_reason ... ok
2026-06-13T11:09:43.6196868Z test lifecycle::tests::pulse_loop_does_not_write_anchor_per_fire ... ok
2026-06-13T11:09:43.6333707Z test notif::tests::notif_command_renders_all_keys_and_is_opt_in ... ok
2026-06-13T11:09:43.6724871Z test lifecycle::tests::pulse_loop_is_config_paced_and_killable ... ok
2026-06-13T11:09:43.7304078Z test lifecycle::tests::pulse_loop_update_preserves_phase_crash_rebases ... ok
2026-06-13T11:09:43.7527367Z test lifecycle::tests::pulse_recency_and_auto_suspend_follow_resting_state ... ok
2026-06-13T11:09:43.8174255Z test brainproc::tests::trial_rolls_back_after_budget_of_pre_ready_exits ... ok
2026-06-13T11:09:43.8329301Z test notifsync::tests::concurrent_dismiss_and_surface_commute_across_the_feed ... ok
2026-06-13T11:09:43.9022323Z test lifecycle::tests::pulse_tick_ingests_drop ... ok
2026-06-13T11:09:43.9220589Z test notifsync::tests::non_member_subnet_record_never_materializes ... ok
2026-06-13T11:09:43.9221150Z test pairhost::tests::wire_errors_classify_for_the_guided_ux ... ok
2026-06-13T11:09:43.9227695Z test presence::tests::mra_degrades_to_local_and_skips_noise_rows ... ok
2026-06-13T11:09:43.9235768Z test presence::tests::mra_joins_local_and_gossiped_legs_under_one_max ... ok
2026-06-13T11:09:43.9239778Z test presence::tests::snapshot_loading_degrades_on_junk ... ok
2026-06-13T11:09:43.9246381Z test presence::tests::subnet_scope_gates_both_legs ... ok
2026-06-13T11:09:43.9246948Z test propagate::tests::classifier_maps_every_status_shape ... ok
2026-06-13T11:09:43.9318459Z test notifsync::tests::feed_converges_two_stores_and_dismiss_replicates ... ok
2026-06-13T11:09:43.9917794Z test notifsync::tests::untrusted_and_cross_subnet_origins_are_dropped ... ok
2026-06-13T11:09:44.0545939Z test lifecycle::tests::rest_event_fires_echo_once_and_wake_resurfaces ... ok
2026-06-13T11:09:44.0885522Z test linkhost::tests::run_action_relinks_drives_and_refuses ... ok
2026-06-13T11:09:44.0886294Z test machineid::tests::machine_id_hash_resolves_and_is_stable ... ok
2026-06-13T11:09:44.1845370Z test notif::tests::consent_decision_produces_notif_only_when_gated ... ok
2026-06-13T11:09:44.2796845Z test notif::tests::first_fire_reaches_most_recent_visible_endpoint ... ok
2026-06-13T11:09:44.3842142Z test notif::tests::first_fire_redirects_to_a_fresher_remote_winner_unmarked ... ok
2026-06-13T11:09:44.3853890Z test pump::registry::tests::fire_due_rotations_rotates_due_and_leaves_pending ... ok
2026-06-13T11:09:44.3856610Z test pump::registry::tests::poll_wake_takes_the_advertise_marker_exactly_once ... ok
2026-06-13T11:09:44.4381278Z test notif::tests::hidden_endpoint_boundary_surfaces_nothing ... ok
2026-06-13T11:09:44.4385176Z test pump::tests::choreography_fan_targets_skips_detached_and_self ... ok
2026-06-13T11:09:44.4385896Z test pump::tests::choreography_first_tick_primes_all_legs ... ok
2026-06-13T11:09:44.4386608Z test pump::tests::choreography_mark_after_round_stamps_only_due ... ok
2026-06-13T11:09:44.4387327Z test pump::tests::choreography_peer_step_aborts_on_first_failure ... ok
2026-06-13T11:09:44.4387935Z test pump::tests::choreography_pre_round_once_and_before_any_peer_step ... ok
2026-06-13T11:09:44.4388758Z test pump::tests::choreography_wake_forces_only_that_worker ... ok
2026-06-13T11:09:44.4389446Z test pump::tests::first_tick_is_due_and_never_underflows ... ok
2026-06-13T11:09:44.4544476Z test pump::tests::heartbeat_writes_and_advances ... ok
2026-06-13T11:09:44.4545172Z test pump::tests::peer_outcome_timeout_bubbles_ordinary_aborts ... ok
2026-06-13T11:09:44.4545990Z test pump::tests::push_target_is_the_full_roster_minus_self_and_tombstoned ... ok
2026-06-13T11:09:44.4551906Z test pump::tests::seeded_dial_order_fallback_and_writeback ... ok
2026-06-13T11:09:44.4552365Z test pump::tests::supervisor_backoff_doubles_caps_and_resets ... ok
2026-06-13T11:09:44.4856328Z test pump::tests::supervisor_restarts_a_panicking_pump_until_stop ... ok
2026-06-13T11:09:44.4857058Z test pump::tests::wake_forces_a_round_regardless_of_cadence ... ok
2026-06-13T11:09:44.4857689Z test reconcile::tests::active_node_wins ... ok
2026-06-13T11:09:44.4859225Z test reconcile::tests::double_active_tiebreaks_deterministically ... ok
2026-06-13T11:09:44.4859892Z test reconcile::tests::fallback_lowest_non_offline ... ok
2026-06-13T11:09:44.4860689Z test reconcile::tests::no_rows_reconciles_locally ... ok
2026-06-13T11:09:44.5021003Z test registryhost::tests::admitted_feeds_stamp_the_heard_map ... ok
2026-06-13T11:09:44.5443128Z test notif::tests::hidden_endpoint_is_never_the_target ... ok
2026-06-13T11:09:44.5707655Z test notif::tests::no_live_endpoint_is_a_typed_no_target ... ok
2026-06-13T11:09:44.7096448Z test notif::tests::resurface_delivers_undismissed_with_gates ... ok
2026-06-13T11:09:44.8437659Z test notif::tests::rollback_notif_is_loud_and_resurfaces ... ok
2026-06-13T11:09:44.8967513Z test notif::tests::shell_notif_templates_render_for_attached_instances_only ... ok
2026-06-13T11:09:44.8982758Z test registryhost::tests::apply_feed_flips_only_on_observed_transition_to_active ... ok
2026-06-13T11:09:44.8988194Z test registryhost::tests::apply_feed_gates_and_merges_under_the_lease ... ok
2026-06-13T11:09:44.8996735Z test registryhost::tests::apply_node_labels_gates_and_merges ... ok
2026-06-13T11:09:44.9002604Z test registryhost::tests::evict_silent_peers_drops_unheard_rows_and_rewrites_snapshots ... ok
2026-06-13T11:09:45.0226400Z test notif::tests::suppression_window_holds_cross_endpoint ... ok
2026-06-13T11:09:45.0238321Z test registryhost::tests::repair_evict_tombstones_roster_snapshot_and_notices ... ok
2026-06-13T11:09:45.0239198Z test registryhost::tests::superseded_requires_label_and_machine_id_under_other_key ... ok
2026-06-13T11:09:45.0243771Z test registryhost::tests::with_epoch_is_the_one_canonical_counter ... ok
2026-06-13T11:09:45.0939639Z test psyrelay::tests::empty_and_oversize_bodies_drop_typed ... ok
2026-06-13T11:09:45.2088041Z test psyrelay::tests::notify_reaches_own_user_only ... ok
2026-06-13T11:09:45.2097104Z test relcache::tests::applied_state_two_phase_round_trips_and_degrades ... ok
2026-06-13T11:09:45.2104285Z test relcache::tests::partial_update_set_can_serve_held_platform_only ... ok
2026-06-13T11:09:45.2115152Z test relcache::tests::single_platform_stamp_is_explicit_and_cleared_on_restage ... ok
2026-06-13T11:09:45.2120450Z test relcache::tests::stage_round_trips_and_restage_replaces ... ok
2026-06-13T11:09:45.2125201Z test relcache::tests::torn_or_corrupt_stage_offers_nothing ... ok
2026-06-13T11:09:45.2131534Z test relcache::tests::update_set_round_trips_and_loads_by_platform ... ok
2026-06-13T11:09:45.2220118Z test release::tests::artifact_digest_mismatch_is_rejected ... ok
2026-06-13T11:09:45.2315853Z test release::tests::builtin_keys_merge_and_revoke_under_file_overlay ... ok
2026-06-13T11:09:45.2404846Z test release::tests::channel_mismatch_is_rejected ... ok
2026-06-13T11:09:45.2492550Z test release::tests::expired_metadata_is_rejected ... ok
2026-06-13T11:09:45.2493175Z test release::tests::hex_roundtrips ... ok
2026-06-13T11:09:45.2758085Z test release::tests::non_monotonic_version_is_rollback ... ok
2026-06-13T11:09:45.2766379Z test release::tests::production_policy_loads_fail_closed ... ok
2026-06-13T11:09:45.2772100Z test release::tests::revoked_key_is_rejected ... ok
2026-06-13T11:09:45.2772702Z test release::tests::shipped_builtin_table_is_well_formed ... ok
2026-06-13T11:09:45.2860610Z test psyrelay::tests::notify_without_live_endpoint_is_pending ... ok
2026-06-13T11:09:45.2861163Z test release::tests::tampered_metadata_fails_signature ... ok
2026-06-13T11:09:45.2949776Z test release::tests::update_set_artifact_mismatch_is_rejected ... ok
2026-06-13T11:09:45.2953131Z test release::tests::untrusted_key_is_unknown ... ok
2026-06-13T11:09:45.3038789Z test release::tests::update_set_missing_platform_is_typed_rejection ... ok
2026-06-13T11:09:45.3123014Z test release::tests::update_set_channel_and_rollback_gates_hold ... ok
2026-06-13T11:09:45.3128663Z test release::tests::update_set_tampering_breaks_whole_set_signature ... ok
2026-06-13T11:09:45.3211580Z test release::tests::update_set_verifies_and_selects_platform_artifact ... ok
2026-06-13T11:09:45.3216229Z test release::tests::valid_release_verifies_and_artifact_matches ... ok
2026-06-13T11:09:45.3220286Z test resting::tests::apply_event_echo_failure_is_loud_but_state_persists ... ok
2026-06-13T11:09:45.3222127Z test resting::tests::apply_event_auto_suspends_under_the_resolved_chain ... ok
2026-06-13T11:09:45.3222742Z test resting::tests::auto_suspend_counts_from_dormancy_onset_and_is_opt_in ... ok
2026-06-13T11:09:45.3225876Z test resting::tests::apply_event_fires_echo_once_per_rest_edge_and_wake_on_wake ... ok
2026-06-13T11:09:45.3231915Z test resting::tests::deferred_held_keys_on_the_durable_rest_record ... ok
2026-06-13T11:09:45.3234128Z test resting::tests::freshness_pull_marker_is_taken_exactly_once ... ok
2026-06-13T11:09:45.3234567Z test resting::tests::knob_chain_resolves_global_node_endpoint ... ok
2026-06-13T11:09:45.3542834Z test psyrelay::tests::null_stdout_driver_fails_the_guard ... ok
2026-06-13T11:09:45.3552679Z test resting::tests::rest_record_round_trips_with_anchor_discipline ... ok
2026-06-13T11:09:45.3553322Z test resting::tests::transition_table_matches_the_context_model ... ok
2026-06-13T11:09:45.3555508Z test rollback_compat::tests::pre_ready_durable_files_are_additive_and_n1_readable ... ok
2026-06-13T11:09:45.4250408Z test psyrelay::tests::prose_only_relays_nothing ... ok
2026-06-13T11:09:45.5304113Z test psyrelay::tests::reply_relays_to_inbound_sender ... ok
2026-06-13T11:09:45.5972084Z test psyrelay::tests::reply_without_target_is_dropped ... ok
2026-06-13T11:09:45.7310101Z test psyrelay::tests::spoofed_routing_is_stripped_and_restamped ... ok
2026-06-13T11:09:45.7310553Z test seedproofx::grace_tests::grade_truth_table ... ok
2026-06-13T11:09:45.7311705Z test seedproofx::grace_tests::seed_never_appears_in_roster_gossip ... ok
2026-06-13T11:09:45.7312807Z test seedproofx::grace_tests::seedxfer_frame_round_trips_and_rejects_malformed ... ok
2026-06-13T11:09:45.7313351Z test seedproofx::roster_tests::empty_roster_frame_round_trips ... ok
2026-06-13T11:09:45.7314768Z test seedproofx::roster_tests::gapfill_fills_absent_only_and_skips_self ... ok
2026-06-13T11:09:45.7315393Z test seedproofx::roster_tests::malformed_roster_frame_rejected ... ok
2026-06-13T11:09:45.7316320Z test seedproofx::roster_tests::roster_frame_round_trips ... ok
2026-06-13T11:09:45.7330549Z test pump::registry::tests::pre_round_sweeps_and_refreshes_adverts_each_round ... ok
2026-06-13T11:09:45.7331084Z test service::tests::plan_start_prefers_service_then_spawn_idempotent ... ok
2026-06-13T11:09:45.7331871Z test service::tests::plan_stop_routes_managed_then_ipc_then_noop ... ok
2026-06-13T11:09:45.7332305Z test service::tests::run_refused_only_when_windows_and_vanishing ... ok
2026-06-13T11:09:45.7354007Z test registryhost::tests::advertise_local_scans_and_respects_visibility ... ok
2026-06-13T11:09:45.7354547Z test service::tests::systemd_unit_path_follows_xdg_then_home ... ok
2026-06-13T11:09:45.7360680Z test shellchan::tests::frames_compose_and_stamp_roundtrips ... ok
2026-06-13T11:09:45.7361457Z test shellchan::tests::sensory_text_file_frames_shape ... ok
2026-06-13T11:09:45.7365216Z test shellchan::tests::vocab_check_bounds_ops_and_args ... ok
2026-06-13T11:09:45.7369246Z test registryhost::tests::advertise_local_stamps_the_node_label ... ok
2026-06-13T11:09:45.7375329Z test shelldisc::tests::discover_across_joins_other_node_subnet_adapters ... ok
2026-06-13T11:09:45.7391254Z test registryhost::tests::advertisement_carries_both_authored_blurb ... ok
2026-06-13T11:09:45.7392823Z test shelldisc::tests::shell_context_renders_sections_and_empties_to_none ... ok
2026-06-13T11:09:45.7423967Z test registryhost::tests::advertisement_carries_the_presence_datum ... ok
2026-06-13T11:09:45.7429884Z test shelldisc::tests::discovery_own_plus_broadcast_gated_instantiable ... ok
2026-06-13T11:09:45.7444511Z test shellhost::tests::gateway_typed_owner_spawns_and_owns_a_shell ... ok
2026-06-13T11:09:45.7445347Z test shellhost::tests::close_shell_ephemeral_tears_down_and_frees_the_slot ... ok
2026-06-13T11:09:45.7449987Z test registryhost::tests::advertisement_follows_resting_transitions_epoch_bumped ... ok
2026-06-13T11:09:45.7451277Z test shellhost::tests::link_key_and_frame_mac_roundtrip ... ok
2026-06-13T11:09:45.7452088Z test shellwake::tests::backoff_curve_doubles_to_the_cap ... ok
2026-06-13T11:09:45.7457787Z test shellhost::tests::launch_fails_closed_on_bad_templates ... ok
2026-06-13T11:09:45.7461809Z test registryhost::tests::evict_silent_peers_never_touches_own_rows ... ok
2026-06-13T11:09:45.7465779Z test shellhost::tests::launch_parks_token_and_bind_by_token_onlines ... ok
2026-06-13T11:09:45.7470990Z test shellwake::tests::resolve_wake_refuses_without_a_reachable_owner ... ok
2026-06-13T11:09:45.7472989Z test shellwake::tests::resolve_wake_leaves_a_dormant_owner_and_relaunches ... ok
2026-06-13T11:09:45.7479742Z test shellwake::tests::reconcile_resolves_profile_overlay ... ok
2026-06-13T11:09:45.7489271Z test shellwake::tests::watcher_opcode_exit_fires_resolution_once ... ok
2026-06-13T11:09:45.7489796Z test sync::tests::gate_decision_table ... ok
2026-06-13T11:09:45.7682649Z test shellwake::tests::reconcile_flips_watchers_with_instance_state ... ok
2026-06-13T11:09:45.7801251Z test shellwake::tests::watcher_crash_exits_respawn_then_give_up ... ok
2026-06-13T11:09:45.7804306Z test transport::tests::local_socket_handshake_and_frame_round_trip ... ok
2026-06-13T11:09:45.7805937Z test transport::tests::local_socket_rejects_wrong_role ... ok
2026-06-13T11:09:45.7806524Z test update::tests::apply_refuses_non_brain_only_plan ... ok
2026-06-13T11:09:45.7807116Z test update::tests::classify_brain_only_when_broker_hosts_new_brain ... ok
2026-06-13T11:09:45.7807737Z test update::tests::classify_broker_breaking_on_resource_abi_change ... ok
2026-06-13T11:09:45.7808371Z test update::tests::classify_broker_compatible_when_brain_below_floor ... ok
2026-06-13T11:09:45.7977348Z test update::tests::plan_verified_produces_no_plan_for_a_rejected_release ... ok
2026-06-13T11:09:45.8234142Z test update::tests::plan_verified_update_set_uses_selected_platform_spec ... ok
2026-06-13T11:09:45.8321542Z test update::tests::plan_verified_yields_a_plan_for_a_valid_release ... ok
2026-06-13T11:09:45.8322117Z test wan::tests::origin_user_backed_matrix ... ok
2026-06-13T11:09:45.8322756Z test wan::tests::wan_user_msg_restamped_unless_origin_user_backed ... ok
2026-06-13T11:09:45.8458933Z test xfer::tests::recv_state_chunks_idempotent_and_commit_replays_safely ... ok
2026-06-13T11:09:45.8459966Z test xfer::tests::resolve_under_confines_to_root ... ok
2026-06-13T11:09:45.8752383Z test sync::tests::reconcile_driver_structurally_excludes_live_role ... ok
2026-06-13T11:09:45.8999117Z test shellhost::tests::close_shell_delivers_pre_close_then_kills_and_flips_offline ... ok
2026-06-13T11:09:45.9064926Z test relay::tests::respawn_loses_no_spooled_message ... ok
2026-06-13T11:09:45.9421986Z test shellhost::tests::close_shell_dead_child_is_prompt_and_manifestless_never_erases ... ok
2026-06-13T11:09:45.9795471Z test sync::tests::select_refs_scopes_two_tiers ... ok
2026-06-13T11:09:45.9930963Z test relay::tests::run_honors_stop ... ok
2026-06-13T11:09:46.0161556Z test resting::tests::daemon_rest_event_arms_gate_at_rest_edge_only ... ok
2026-06-13T11:09:46.0425753Z test resting::tests::rest_edges_cascade_shells_with_divergence ... ok
2026-06-13T11:09:46.0487889Z test seedmap::tests::put_refreshes_existing ... ok
2026-06-13T11:09:46.0546768Z test seedmap::tests::put_then_take_consumes_once ... ok
2026-06-13T11:09:46.0602441Z test seedmap::tests::stop_op_acks_then_serve_returns ... ok
2026-06-13T11:09:46.0657506Z test seedmap::tests::take_absent_is_none ... ok
2026-06-13T11:09:46.0664693Z test serveprobe::tests::is_serving_subnet_honors_membership_and_detach ... ok
2026-06-13T11:09:46.0665136Z test service::tests::service_ignored_under_spt_home_override ... ok
2026-06-13T11:09:46.0956067Z test shellwake::tests::resolve_wake_revives_a_suspended_owner_without_double_launch ... ok
2026-06-13T11:09:46.0956696Z 
2026-06-13T11:09:46.0956812Z failures:
2026-06-13T11:09:46.0956978Z 
2026-06-13T11:09:46.0957360Z ---- applyhost::tests::apply_staged_without_broker_hosted_sessions_swaps_binary stdout ----
2026-06-13T11:09:46.0957851Z 
2026-06-13T11:09:46.0958428Z thread 'applyhost::tests::apply_staged_without_broker_hosted_sessions_swaps_binary' (1833541) panicked at crates/spt-daemon/src/applyhost.rs:313:41:
2026-06-13T11:09:46.0959600Z bind broker: Os { code: 2, kind: NotFound, message: "No such file or directory" }
2026-06-13T11:09:46.0960234Z note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
2026-06-13T11:09:46.0960616Z 
2026-06-13T11:09:46.0960645Z 
2026-06-13T11:09:46.0960769Z failures:
2026-06-13T11:09:46.0961116Z     applyhost::tests::apply_staged_without_broker_hosted_sessions_swaps_binary
2026-06-13T11:09:46.0961439Z 
2026-06-13T11:09:46.0961714Z test result: FAILED. 283 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.93s
2026-06-13T11:09:46.0962099Z 
2026-06-13T11:09:46.0997177Z error: test failed, to rerun pass `-p spt-daemon --lib`
2026-06-13T11:09:46.1116597Z ##[error]Process completed with exit code 101.
2026-06-13T11:09:46.1468601Z Post job cleanup.
2026-06-13T11:09:46.2694867Z [command]/usr/bin/git version
2026-06-13T11:09:46.2732034Z git version 2.43.0
2026-06-13T11:09:46.2765217Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/62feab41-6b40-49f7-b60c-0d8be2f6b6d2' before making global git config changes
2026-06-13T11:09:46.2765969Z Adding repository directory to the temporary git global config as a safe directory
2026-06-13T11:09:46.2768497Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-06-13T11:09:46.2800140Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-13T11:09:46.2825245Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-13T11:09:46.3050293Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-13T11:09:46.3070724Z http.https://github.com/.extraheader
2026-06-13T11:09:46.3077666Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
2026-06-13T11:09:46.3102790Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-13T11:09:46.3301081Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-13T11:09:46.3334850Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-13T11:09:46.3725134Z Cleaning up orphan processes
2026-06-13T11:09:46.4469976Z Terminate orphan process: pid (1833275) (spt)
2026-06-13T11:09:46.4494355Z Terminate orphan process: pid (1834196) (sleep)
2026-06-13T11:09:46.4508821Z Terminate orphan process: pid (1834197) (sleep)
